Int32NINumericInt32NLogicalExclusiveOr Method
Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int32N INumeric<Int32N>.LogicalExclusiveOr(
Int32N value
)
Private Function LogicalExclusiveOr (
value As Int32N
) As Int32N Implements INumeric(Of Int32N).LogicalExclusiveOr
private:
virtual Int32N LogicalExclusiveOr(
Int32N value
) sealed = INumeric<Int32N>::LogicalExclusiveOr
private abstract LogicalExclusiveOr :
value : Int32N -> Int32N
private override LogicalExclusiveOr :
value : Int32N -> Int32N
- value Int32N
- The value with which to compute the logical exclusive OR.
Int32NThe bitwise logical exclusive OR of the current value and
value.
INumericTSelfLogicalExclusiveOr(TSelf)